add column to matrix php

36

foreach( $output as &$row) {
    $row->cls = 0;
    $row->parentID = 1;
}

Comments

Submit
0 Comments